/*Modification Thomas*/
@import url('https://fonts.googleapis.com/css?family=Bangers');
body {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5{
  font-family: 'Bangers', cursive ;
}
h1{
  font-size: 2.5rem;
}
h2{
  font-size: 2.2rem;
}
h3{
  font-weight: 800;
  font-size:30px;
}
h5{
  text-transform:uppercase;
  text-align:center;
  font-size:20px;
  font-weight:200;
}
.button__inner .js-btn-inner{
  background-color: rgb(86, 215, 214) !important;
}
.textCenter{
  text-align: center;
}
.phoneBlock{
  width: 40px;
  height: 40px;
  background-color: #2c2a2a;
  border-radius: 150px;
  text-align: center;
  color: white;
  font-size: 13px;
  padding: 10px;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 1px !important;
  display: none;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
.bg-dark{
  background-color:#282828 !important;
  opacity: 0.9;
}
.no-padding{
  padding:0 !important;
}
.container-fluid {
  padding: 0;
  
}

#txtBackgroundSlider {
  background-color: rgba(40, 40, 40, 0.9);
  color: white;
  border-radius: 10px;
  max-width: 800px;
  padding: 50px 40px 50px 40px;
  left: 4%;
  position: absolute;
  bottom: 160px;
  outline-offset: 0.6rem;
  outline: 3px solid #56d7d6;
  z-index: -1;
}

p{
  font-size:20px;
}
.logoTop{
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.logoSilenceAnimal{
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.logoPosition{
  margin-left:16%;
}
.headerRight{
  height:100px;
}
.miniTitleHeaderRight{
  font-size: 14px;
}
 
.messenger-gradient{
background-color: #0865fe;
}

.fa-facebook-messenger {
background-color: #0865fe;
color: white;
border: none;
padding: 10px 10px;
border-radius: 20px;
-webkit-border-radius: 20px;
font-size: 16px;
cursor: pointer;
transition: transform 0.2s;
}

.fa-facebook-messenger:hover {
transform: scale(1.05);
}

.fa-heart{
  color:#4fc9c4;
}
.phoneStyleHeaderRight{
  text-decoration: none !important;
  color:#4fc9c4 !important;
  font-weight: 500 !important;
  transition-duration: 0.5s;
}
.phoneStyleHeaderRight:hover{
  color: #282828 !important;
  transition-duration: 0.5s;
}

.fondChien{
  background-image: url("../img/fondToilettageChien.jpg");
}
.fondChat{
  background-image: url("../img/fondToilettageChat.jpg");
}
.fondNac{
  background-image: url("../img/fondToilettageNac.jpg");
}
.fondBalneo{
  background-image: url("../img/fondBalneotherapie.jpg");
}
.fondAbout{
    background-image: url("../img/fondToilettageFacade.jpg");
  }

.mainHeader{
  z-index: 1;
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  height: 100vh;
  position:relative;
}
.mainHeader::after, .categoryService::after, #beforeFooter::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; 
  background-image: url("../img/bulleBlanche.png");
  background-repeat: repeat-x;
  background-size: contain; 
}
#firstContent::after, .categoryVideo::after, .googleReview::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; 
  background-image: url("../img/bulleGrise.png");
  background-repeat: repeat-x;
  background-size: contain; 
}
.navbarColor{
  background-color: #282828 !important;
  opacity: 0.9;
  color:white;
}
#NavBar{
  background-color: #282828;
  padding:10px;
}
.nav-item a, .nav-link-right{
  color: #66dada !important;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  font-weight:400;
}
.nav-item a:hover{
  color:white !important;
}
.noPadding{
  padding:0 !important;
}
.mainHeaderLogo{
  background-color: #56d7d6 !important;
  background-image: url("../img/pattern.png");
}
#backToTop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  -webkit-outline: none;
  color:#282828;
  cursor: pointer;
  padding: 8px 15px 8px 15px;
  transition-duration:0.5s;
  background:#56d7d6;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  outline-offset: 0.6rem;
  -webkit-outline-offset :0.6rem;
  outline: 3px solid #56d7d6;
  -webkit-outline: 3px solid #56d7d6;
}
#scrollDown{
  font-size: 18px;
  border: none;
  outline: none;
  color: #282828;
  cursor: pointer;
  padding: 8px 15px 8px 15px;
  transition-duration: 0.5s;
  background: #56d7d6;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  left: 47%;
  bottom: 20px;
  transform: rotate(180deg);
  outline-offset: 0.6rem;
  outline: 3px solid #56d7d6;
  z-index: 3;
}
#backToTop:hover, #scrollDown:hover{
  background-color:#282828;
  color:white;
  transition-duration:0.5s;
  outline-offset: 0rem;
  -webkit-outline-offset: 0rem;
}
.intro, .contactBeforeFooter{
  padding-top: 150px;
  padding-bottom: 150px;
}
footer a {
  text-decoration: none !important;
  color:#4fc9c4 !important;
  font-weight: 400 !important;
  transition-duration: 0.5s;
}
footer a:hover {
  color: white !important;
  transition-duration: 0.5s;
  }

  .map-responsive {
    overflow:hidden;
    padding-bottom:32.25%;
    position:relative;
    height:0;
  }
  
  .map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
  }

.centeredIntro{
  text-align: center;
}
.introText{
  margin-top: 30px;
  margin-bottom: 30px;
}
.imgBackground{
  height: 480px;
  width: 480px;
  background-color: #86817A;
  border-radius: 10px;
  -webkit-border-radius:10px;
}

#firstContent {
  min-height: 100vh;
  background-color:white;
  color:#282828;
  overflow:hidden;
  background-image: url('../img/backgroundVideo.jpg');
  --bs-gutter-x: 0;
  position: relative;
}
#secondContent{
  height: 100vh;
  background-color: #282828;
  color:white;
  overflow:hidden;
}
.firstContentLeftImg{
  border-radius: 100%;
  -webkit-border-radius:100%;
  height: 80%;
  outline-offset: 0.6rem;
  outline: 3px solid #56d7d6;
  -webkit-outline-offset: 0.6rem;
  -webkit-outline: 3px solid #56d7d6;
  display: block;
  margin: 0 auto;
  align-self: center;
}

.firstContentBalneotherapieImg{
  height: 80%;
  display: block;
  margin: 0 auto;
  align-self: center;
}
.firstContentPart2, .secondContentPart2, .galleryContent2{
  margin-top:-7px;
}
.firstContentLeft {
  display: flex;
  align-items: center; 
  justify-content: center; 
  height: 100vh;
}
.firstContentLeft, .secondContentLeft{
  min-height: 100vh;
}

.firstContentRight, .secondContentRight{
  padding: 50px 150px 50px 150px;
}
.categoryService, #grooming{
  background-color:#282828;
  background-image: url('../img/patternCategory.png');
  padding: 150px 0px 150px 0px;
  position: relative;
}
.categoryServiceItem{
  background-color:white; 
  border-radius:20px;
  -webkit-border-radius: 20px;
  height: 500px;
  padding: 0px;
  border: 2px solid #56d7d6;
  margin-bottom: 60px;
  position: relative;
}

.categoryServiceImg{
  background-size: cover;
  background-position: center;
  border-top-right-radius:20px;
  border-top-left-radius:20px;
  height: 150px;
}
.catImg{
  background-image: url('../img/toilettageChat.jpg');
}
.dogImg{
  background-image: url('../img/toilettageChien.jpg');
}
.nacImg{
  background-image: url('../img/toilettageNac.jpg');
}
.dhImg{
  background-image: url('../img/bullysDH.webp');
  background-position: unset;
}
.avenirImg{
  background-image: url('../img/bullysAvenir.webp');
  background-position: unset;
}
.charlotteImg{
  background-image: url('../img/bullysCharlotte.jpg');
  background-position: unset;
}
.categoryTitle{
  margin-top: 30px;
  text-align: center;
}
.categoryContent{
  padding: 0px 15px 0px 15px;
  font-size: 20px !important;
  text-align: justify;
  min-height: 235px;
}
.categoryVideo{
  background-image: url('../img/patternVideo.jpg');
  padding: 150px 0px 150px 0px;
  position:relative;
}
.animated-button {
  background: #56d7d6;
  border:2px solid #282828;
  color:#282828;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  padding:10px 30px 10px 30px;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease, border-color 0.4s ease;
  text-transform: uppercase;
  font-family: 'Bangers', cursive ;
}

.animated-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #282828;
  z-index: -1;
  transition: left 2s ease;
}

.animated-button:hover::before {
  left: 100%;
}

.animated-button:hover {
  border-color: white;
  color:white;
  background-color:#56d7d6;
  
}
.sliderBrands {
  height: 150px;
  overflow: hidden;
}

.horizontal-scroll {
  display: flex;
  height: 100%;
  width: 100%;
  animation: infiniteScroll 30s linear infinite; 
}

.horizontal-scroll-item {
  flex: 0 0 auto; 
  width: 464px; 
  height: 100%;
  background-size: contain; 
  background-repeat: no-repeat;
}
.info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;  /* Masquer le texte par défaut */
  background-color: rgba(0, 0, 0, 0.6); /* Fond semi-transparent */
  color: white;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 1s ease;
}

.galleryContent {
  overflow: hidden;
}

.galleryPix {
  width: 100%;               
  overflow: hidden; 
  position: relative;
  display: inline-block; 
z-index: 2;       
}
.galleryPix img {
  width: 100%;              
  height: auto;              
  transition: transform 0.3s ease; 
  transform-origin: center center; 
  transition-duration: 2s;
}
.galleryPix:hover img {
  transform: scale(1.2); 
}
.galleryPix:hover .info {
  display: block; 
  opacity: 1;
  transition: opacity 1s ease;
}
.galleryPix{
  margin-top:-7px;
}

.item1 {
  background-image: url(../img/fauvert-logo.jpg);
}

.item2 {
  background-image: url(../img/ghd-logo.jpg);
}

.item3 {
  background-image: url(../img/loreal-logo.jpg);
}

.item4 {
  background-image: url(../img/myriam-k-logo.jpg);
}

.item5 {
  background-image: url(../img/revlon-logo.jpg);
}

.item6 {
  background-image: url(../img/wella-logo.jpg);
}
#beforeFooter{
  padding: 100px 50px 100px 50px;
  background-color:#282828;
  color: white;
  background-image: url('../img/patternCategory.png');
  position: relative;
}
footer{
  height: auto;
  padding: 100px 50px 100px 50px;
  color:white;
  background-color:#282828;
}

.contactForm{
  background-image: url('../img/patternContact.jpg');
  padding: 100px 50px 100px 50px;
  color:#282828;
  border-radius: 45px;
  -webkit-border-radius: 45px;
}
.form-control {
  background-color: #282828;
  border-color:#4fc9c4;
  color:#4fc9c4;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.form-control::placeholder:active {
  background-color: #282828;
  border-color:#4fc9c4;
  color:#4fc9c4;
}
.form-control::placeholder{
  color:#4fc9c4;
}
.inputStyle{
  width: 80%;
}

.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}
.navbar-nav {
  gap:3em;
}
.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-toggler{
  background: #292726;
  padding: 25px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.navbar-toggler span  {
  background:#64d8d5 !important;
}

.nav-item.dropdown {
  position: relative;
}

/* Cache le sous-menu par défaut */
.dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  min-width: 200px;
  z-index: 1000;
}

/* Affiche le sous-menu au survol */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Style des liens du dropdown */
.dropdown-item {
  padding: 10px;
  text-decoration: none;
  color: #333;
  display: block;
  transition: background 0.3s ease-in-out;
}

.dropdown-item:hover {
  background: #64d8d5;
  color: #fff;
}

.googleReview{
  z-index: 1;
  background-image: url('../img/backgroundVideo.jpg');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  height: 70vh;
  position:relative;
}

.stepGrooming{
  background-color: white;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 0px;
  border: 2px solid #56d7d6;
  margin-bottom: 60px;
  position: relative;
  padding: 55px 15px 20px 15px;
  text-align: justify;
  margin-top: 50px;
  color: #282828;
}
.stepNum{
  background-color: #56d7d6;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-family: 'Bangers', cursive;
  position: absolute;
  left: 45%;
  top: -25px;
}
.groomingTitle{
  color: white;
}

.decorationOwlCarousel{
  border-radius: 100%;
  -webkit-border-radius: 100%;
  outline-offset: 0.6rem;
  outline: 3px solid #56d7d6;
  -webkit-outline-offset: 0.6rem;
  -webkit-outline: 3px solid #56d7d6;
  display: block;
  margin: 0 auto;
  align-self: center;
}

.carousel-container {
  width: 700px;
  height: 700px;
  margin: auto;
}

@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


@media only screen and (min-width:250px ) and (max-width: 1600px)  {
.firstContentRight, .secondContentRight {
  padding:50px 50px 0px 50px !important;
}
#NavBar{
  padding: 0px 30px 0px 30px ;
}
.mainHeader::after, #firstContent::after, .categoryService::after, .categoryVideo::after, #beforeFooter::after, .googleReview::after{
  height: 35px; 
}
#scrollDown{
  bottom:100px;
  outline: 0;
}
#backToTop{
  outline:0;
}
}
@media only screen and (min-width:250px ) and (max-width: 765px)  {
  .logoTop{
    margin: 12px auto;
    display: block;
  }
  .navbar-nav {
    gap:1em;
  }
  .navbar-toggler{
  margin-left: 15px;
  }
  .videoYoutube, .contentSilenceAnimal{
  outline:0;
  -webkit-outline:0;
  }
  .mainHeader::after, #firstContent::after, .categoryService::after, .categoryVideo::after, #beforeFooter::after, .googleReview::after{
    bottom: -2px; 
  }
  #beforeFooter{
  padding:0;
  }
  .galleryPix, .firstContentLeft, .firstContentLeftImg {
  display: none !important;
  }
  .logoPosition{
    margin-left:10%;
  }
  .contactForm{
  border-radius: 0;
  -webkit-border-radius:0;
  }
  .contentTxtBackgroundSlider p{
    font-size: 14px;
  }
  .contentTxtBackgroundSlider h1{
    font-size: 20px;
  }
  #txtBackgroundSlider {
    background-color: rgba(40, 40, 40, 0.9);
    color: white;
    border-radius: 10px;
    -webkit-border-radius:10px;
    max-width: 350px;
    padding: 50px 20px 50px 20px;
    left: 5%;
    position: absolute;
    bottom: 200px;
    /* outline-offset: 0.6rem;
    outline: 3px solid #56d7d6;
    -webkit-outline-offset: 0.6rem;
    -webkit-outline: 3px solid #56d7d6; */
    outline:0;
  }
  .categoryVideo::after{
    display: none;
  }
  .mobileTxtLeft{
    text-align:left !important;
  }
  }
}




